Auto merge of #4821 - aidanhs:aphs-allow-overflow, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 14 Dec 2017 23:21:33 +0000 (23:21 +0000)
committerbors <bors@rust-lang.org>
Thu, 14 Dec 2017 23:21:33 +0000 (23:21 +0000)
commit2795895b0886e7e4b23577b396a3c1c9c8819abe
treef9e474cf1eff27027acf188c60c251af39ae1e27
parent9d05f7e5761cf185cb30b96ec3ce75748b3b1b3e
parentedb02dcf9bcea6c588617ce37bc830bb2a79cae8
Auto merge of #4821 - aidanhs:aphs-allow-overflow, r=alexcrichton

Remove overflow checks to eliminate rust build warnings

Although the checks are desirable, they cause warnings in the rust build (due to workspaces) which could cause needless concern. The checks aren't too important, so just disable them.

r? @alexcrichton (as discussed)